From: Juanma Barranquero Date: Tue, 6 Feb 2007 09:35:04 +0000 (+0000) Subject: (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2383 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e2f3043af782034e2d8219276a82c295a9621767;p=emacs.git (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen): Doc fixes. --- diff --git a/lisp/simple.el b/lisp/simple.el index 8c03b919c59..6f4f5eb4073 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4427,7 +4427,7 @@ of the buffer appears in the mode line." (defcustom blink-matching-paren-on-screen t "*Non-nil means show matching open-paren when it is on screen. -If nil, means don't show it (but the open-paren can still be shown +If nil, don't show it (but the open-paren can still be shown when it is off screen). This variable has no effect if `blink-matching-paren' is nil. @@ -4448,7 +4448,7 @@ If nil, search stops at the beginning of the accessible portion of the buffer." :group 'paren-blinking) (defcustom blink-matching-paren-dont-ignore-comments nil - "*nil means `blink-matching-paren' ignores comments. + "*If nil, `blink-matching-paren' ignores comments. More precisely, when looking for the matching parenthesis, it skips the contents of comments that end before point." :type 'boolean